projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c58e445
)
Remove $(LINUX_SRCDIR) on distclean.
author
Ian Campbell
<ian.campbell@xensource.com>
Mon, 4 Jun 2007 10:37:50 +0000
(11:37 +0100)
committer
Ian Campbell
<ian.campbell@xensource.com>
Mon, 4 Jun 2007 10:37:50 +0000
(11:37 +0100)
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
buildconfigs/mk.linux-2.6-xen
patch
|
blob
|
history
diff --git
a/buildconfigs/mk.linux-2.6-xen
b/buildconfigs/mk.linux-2.6-xen
index 5c8291c4d87dd6931fea5dd5b349c2bf88fe1f9a..e539b9fe39145ed9921acf62467be7bd73220820 100644
(file)
--- a/
buildconfigs/mk.linux-2.6-xen
+++ b/
buildconfigs/mk.linux-2.6-xen
@@
-122,7
+122,7
@@
clean::
.PHONY: delete
delete:
- rm -rf tmp-linux-$(LINUX_VER) $(LINUX_DIR)
+ rm -rf tmp-linux-$(LINUX_VER) $(LINUX_DIR)
$(LINUX_SRCDIR)
.PHONY: mrproper
mrproper: